﻿CHARACTERS = {
	c:ONT ?= {
		create_character = {
			first_name = "Francis_Bond"
			last_name = "Head"
			historical = yes
			ruler = yes
			ig_leader = yes
			culture = cu:british
			age = 43
			dna = dna_francis_bond_head
			interest_group = ig_landowners
			ideology = ideology_moderate
			traits = {
				arrogant
			}
		}
		create_character = {
			first_name = "Robert"
			last_name = "Baldwin"
			historical = yes
			culture = cu:anglo_canadian
			age = 32
			dna = dna_robert_baldwin
			ig_leader = yes
			interest_group = ig_petty_bourgeoisie
			ideology = ideology_moderate
			traits = {
				cautious
			}
		}
		create_character = {
			is_general = yes
			first_name = "John"
			last_name = "Colborne"
			historical = yes
			culture = cu:british # Englishman
			age = 58
			dna = dna_john_colborne
			ig_leader = yes
			interest_group = ig_armed_forces
			ideology = ideology_royalist
			traits = {
				imperious
			}
		}
		create_character = {
			first_name = "William_Lyon"
			last_name = "Mackenzie"
			historical = yes
			culture = cu:anglo_canadian # Born in Scotland
			age = 41
			dna = dna_william_lyon_mackenzie
			ig_leader = yes
			interest_group = ig_intelligentsia
			ideology = ideology_radical
			traits = {
				charismatic
			}
		}
	}
}
